| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Grey Stormshadow
Starwreck Industries
66
|
Posted - 2011.09.06 15:23:00 -
[1] - Quote
Classic forum style for Stylish plugin users -> Stylish plugin available for firefox/chrome only -> Style code may work with other browsers/plugins, you can copy paste it from above link.
Features: -> More traditional colors. -> Minimal borders. -> No background image. -> More traditional stickies, announcements. -> More traditional unread/new posts. -> Smaller avatar images. -> Tables use full width of open browser window. -> Tooltips are hidden by default. -> Like counter below avatar image hidden by default (and code to hide all other like related stuff is included as option) -> Traditional forum font on post containers.
Version history: Original concept by Alezra, expanded by Grey Stormshadow v1.31 fixes stickies with new posts and removes bold links from threads without new posts. v1.32 fixed width is disabled only from pages that can be expanded to full window width. v1.33 brings back stuff what was lost during previous update.
Version "reset" with forum update v2.00 Somewhat works with new test forums, fixed width can't be disabled with this version. v2.10 Now works with official forums. Background image removed. Borders shrinked to 5 percent. Tooltips removed. "Query"-image in post/reply window no longer bugs. v2.11 Fix for quick reply button and function layout. v2.12 Fix for subforum index page width. v2.15 Further width tweaks for posts and favorites pages. "Top" button moved further left. v2.16 Minor tweaks to ignored poster colorset and layout. v2.17 Minor tweaks to clock. Special thanks to Mr LaForge for the idea. Forum minimum width set to 966px to prevent edit box jumping around. v2.20 Edit box widths now scalable. Some edit box layout tweaks. Quick reply now aligns properly with forum jump bar and looks more solid. v2.25 Minor layout fixes. Likes counter defaulted off. Source cleaned and commented. This is final build.
Get Firefox Stylish plugin from here Get Chrome Stylish plugin from here
Tweak to your own pleasure. [red]This is one of the moments where we look at what CCP does and less of what they say. Innovation takes time to set in and the predictable reaction is always to resist change[/red] ^^ In old forums that text was red and we could post bunnies too. |

Grey Stormshadow
Starwreck Industries
66
|
Posted - 2011.09.06 15:39:00 -
[2] - Quote
Yep... seems I had managed to break image layout of quick reply feature so fixed that with quick tweak... 2.11 is up.
Everything else seems to be in order.
[red]This is one of the moments where we look at what CCP does and less of what they say. Innovation takes time to set in and the predictable reaction is always to resist change[/red] ^^ In old forums that text was red and we could post bunnies too. |

Grey Stormshadow
Starwreck Industries
66
|
Posted - 2011.09.06 16:17:00 -
[3] - Quote
Thx Tobias and Tippia - updated original post with your information. [red]This is one of the moments where we look at what CCP does and less of what they say. Innovation takes time to set in and the predictable reaction is always to resist change[/red] ^^ In old forums that text was red and we could post bunnies too. |

Grey Stormshadow
Starwreck Industries
66
|
Posted - 2011.09.06 17:21:00 -
[4] - Quote
Not with stylish I'm afraid. You would need another plugin for that. [red]This is one of the moments where we look at what CCP does and less of what they say. Innovation takes time to set in and the predictable reaction is always to resist change[/red] ^^ In old forums that text was red and we could post bunnies too. |

Grey Stormshadow
Starwreck Industries
66
|
Posted - 2011.09.06 20:27:00 -
[5] - Quote
More tweaks, another update.
I'm pretty much done with this now. Please leave a message if you still manage to find clear errors in the definition.
[red]This is one of the moments where we look at what CCP does and less of what they say. Innovation takes time to set in and the predictable reaction is always to resist change[/red] ^^ In old forums that text was red and we could post bunnies too. |

Grey Stormshadow
Starwreck Industries
66
|
Posted - 2011.09.06 21:04:00 -
[6] - Quote
If you want to remove like buttons add following code after "body"-tag and before ".fav-wrapper"-tag.
----clip---- .likes { display: none !important; }
.like-wrapper { display: none !important; }
.like-count-wrapper { display: none !important; } ---clip---
[red]This is one of the moments where we look at what CCP does and less of what they say. Innovation takes time to set in and the predictable reaction is always to resist change[/red] ^^ In old forums that text was red and we could post bunnies too. |

Grey Stormshadow
Starwreck Industries
66
|
Posted - 2011.09.06 21:09:00 -
[7] - Quote
Mag's wrote:I really like this, but can someone tell me how to remove the orange colour in the header bars and quick reply bar please. I'd like to have them coloured black.
I'd also like to darken the light grey a little.
Find following code in the code and change #9F6C17 to #000000
---clip--- .trigger { background: #9F6C17 !important; border: 1px solid #FA9E0E !important; } ---clip---
[red]This is one of the moments where we look at what CCP does and less of what they say. Innovation takes time to set in and the predictable reaction is always to resist change[/red] ^^ In old forums that text was red and we could post bunnies too. |

Grey Stormshadow
Starwreck Industries
66
|
Posted - 2011.09.06 21:42:00 -
[8] - Quote
Di Mulle wrote:You are a savior, my friend.
Good works shouldn't be left unpunished, so please enjoy some ISK.
Thank you very much 
[red]This is one of the moments where we look at what CCP does and less of what they say. Innovation takes time to set in and the predictable reaction is always to resist change[/red] ^^ In old forums that text was red and we could post bunnies too. |

Grey Stormshadow
Starwreck Industries
66
|
Posted - 2011.09.07 20:39:00 -
[9] - Quote
Mr LaForge wrote:If anyone cares about making the clock bigger:
#timeDateContainer { color: #66483D !important; float: right !important; font-size: 12px !important; font-weight: bold !important; }
span#jclock { color: #66483D !important; font-weight: bold !important; }
Nice one :) Will add similiar code to CFS right away and fix the alignment on same go.
Thanks for the idea. [red]This is one of the moments where we look at what CCP does and less of what they say. Innovation takes time to set in and the predictable reaction is always to resist change[/red] ^^ In old forums that text was red and we could post bunnies too. |

Grey Stormshadow
Starwreck Industries
66
|
Posted - 2011.09.07 21:29:00 -
[10] - Quote
Mr LaForge wrote:Noticed a problem in your code. You have a semicolon out of place. Quote:.UserBox { ; padding: 4px !important; text-align: left !important; border-right: 1px solid #666666 !important; border-left: 1px solid #666666 !important; border-bottom: 1px solid #666666 !important; }
Ah yea thank you. That semicolon didn't seem to affect stylish plugin any way at least in firefox, but removed it anyways to be on safe side :)
Mr LaForge wrote: Also want to give a big thank you for the style even though I have made my own tweaks to font size as i find 11px a bit small.
I'm happy if people find use for this style as a whole or as a base for their custom tweaks. Modifying it is preferctly ok and recommended if preferred to do so :) [red]This is one of the moments where we look at what CCP does and less of what they say. Innovation takes time to set in and the predictable reaction is always to resist change[/red] ^^ In old forums that text was red and we could post bunnies too. |

Grey Stormshadow
Starwreck Industries
66
|
Posted - 2011.09.07 23:33:00 -
[11] - Quote
v2.20 is up.
-> Edit box widths are now scalable. -> Some edit box layout tweaks. -> Quick reply now aligns properly with forum jump bar and looks more solid.
If no clear bugs appear - this is the final build.
Have fun :) [red]This is one of the moments where we look at what CCP does and less of what they say. Innovation takes time to set in and the predictable reaction is always to resist change[/red] ^^ In old forums that text was red and we could post bunnies too. |

Grey Stormshadow
Starwreck Industries
83
|
Posted - 2011.09.08 23:23:00 -
[12] - Quote
Rasz Lin wrote:im little confused, you say stylesheet, but the thing on userstyles.org is a javascript injecting stylesheet instead of .css file
btw, that .js doesnt ork under opera :( but thats not your fault, you wrote it for FF Tippias CSS file works flawlessly tho.
Wish someone did something to those stupid tooltips when you hover over channel names/threads
um... I don't know where you see javascript in my stylesheet :) Forum fix for firefox and chrome Get working images and colored text Classic forum style 2.25final |

Grey Stormshadow
Starwreck Industries
83
|
Posted - 2011.09.09 00:24:00 -
[13] - Quote
Final build is out. Source is cleaned and commented now so custom tweaking should be much easier.
Now it is time for me to start focusing on other projects again so I just leave this here... :)
Another reminder that I'm really happy if people find use for this style as a whole or as a base for their custom tweaks. Modifying it is preferctly ok and recommended if preferred to do so. If you want to share your custom mods in this thread or somewhere else, even better.
Fly safe and remember to troll like a pro  Forum fix for firefox and chrome Get working images and colored text Classic forum style 2.25final |

Grey Stormshadow
Starwreck Industries
83
|
Posted - 2011.09.09 11:20:00 -
[14] - Quote
Rasz Lin wrote:Grey Stormshadow wrote:Rasz Lin wrote:im little confused, you say stylesheet, but the thing on userstyles.org is a javascript injecting stylesheet instead of .css file
btw, that .js doesnt ork under opera :( but thats not your fault, you wrote it for FF Tippias CSS file works flawlessly tho.
Wish someone did something to those stupid tooltips when you hover over channel names/threads um... I don't know where you see javascript in my stylesheet :) ah, so its the userstyles.org, they just cant live without meddling in peoples business :/ There is no way to simply download CSS file from there, only thru plugin or http://userstyles.org/styles/userjs/46285/EvePercent20Online  20Classic Percent20Forums Percent20Style Percent20(Alezra Percent26Grey).user.js this would be nice if there was a way to just grab CSS file edit: ah, found it in html source http://userstyles.org/styles/46285.css That or you could just press the "show code" button in this page and copy paste the entire thing to (for example) notepad.
The direct installer in the site works only with stylish plugin and it is available only for firefox and chrome atm. However I'm sure there is similiar plugins or functionality in most other browsers too.
edit: Note to CCP forum developer - your parser has issues with Percent-characters. Forum fix for firefox and chrome Get working images and colored text Classic forum style 2.25final |

Grey Stormshadow
Starwreck Industries
83
|
Posted - 2011.09.09 11:45:00 -
[15] - Quote
alsation wrote:Being a css nublet I'm having some difficulty getting this to work right with Opera.
Removing all the "@-moz*" lines is a step in the right direction, however many parts don't match the way it displays with the FF and Chrome versions or is simply glitched.
If anyone gets it working right in Opera post it here and I'll give you a cookie.
Most likely because moz lines divide the code to sections and not all styles should be applied to all forums pages, even some of them do.
- Stuff under domain section should affect every url containing "forums.eveonline.com" (global styles). - Stuff under "posts writing page" should affect _only_ urls starting with "https://forums.eveonline.com/default.aspx?g=postmessage". - Stuff under "posts reading page" should affect _only_ urls starting with "https://forums.eveonline.com/default.aspx?g=posts". - Stuff under "favorites page" should affect _only_ urls starting with "https://forums.eveonline.com/default.aspx?g=mytopics".
Obviously stylish plugin handles this with the moz commands included in the source. I'm sure there is similiar functionality for other browsers/programs, but perhaps some manual tweaking or splitting the source to 4 parts will be needed.
I'm sure some Opera/stylesheet guru will pop up soonish and help you out more than I could :)
Forum fix for firefox and chrome Get working images and colored text Classic forum style 2.25final |

Grey Stormshadow
Starwreck Industries
83
|
Posted - 2011.09.10 12:18:00 -
[16] - Quote
I feel appropriate to express my gratitude towards all the kind words and the donations what many of you have been sending. They have been noticed and I'm really grateful even those were something I was not expecting to get. Big thank you to everyone. You know who you are. Forum fix for firefox and chrome Get working images and colored text Classic forum style 2.25final |

Grey Stormshadow
Starwreck Industries
130
|
Posted - 2011.09.11 15:22:00 -
[17] - Quote
...and here starts the next project -> Greasemonkey BBCode extension modifications for Eve Online Forums"
Neat way to gain images and font colors back... and make forum fun to read for people who don't use it .)
Have fun :) Forum fix for firefox and chrome Get working images and colored text Classic forum style 2.25final |

Grey Stormshadow
Starwreck Industries
130
|
Posted - 2011.09.13 22:58:00 -
[18] - Quote
Rasz Lin wrote:that link to greasemonkey script is 404 Thanks... it changed when that other thread got moved to Tech Lab. Fixed now :)
Forum fix for firefox and chrome Get working images and colored text Classic forum style 2.25final |

Grey Stormshadow
Starwreck Industries
130
|
Posted - 2011.09.14 18:24:00 -
[19] - Quote
Fitz VonHeise wrote:I'm glad that someone is working on allowing colors...
But I would like to complain about why CCP would go to a new forum at all before colors and such would be visable to all users using normal browsers without having to modify their browser??
This seem quite backward thinking to me.
There. You just described the word [yellow]:excellence:[/yellow]. Forum fix for firefox and chrome Get working images and colored text Classic forum style 2.25final |

Grey Stormshadow
Starwreck Industries
130
|
Posted - 2011.09.16 00:48:00 -
[20] - Quote
Looks like CFS now got 350 direct installs thru userstyles site and most likely quite a few who preferred copy pasting approach.
Remember that if you do some neat modifications or come up with brand new ideas, sharing them in this thread (or somewhere else) would be highly appreciated. There is not such thing as perfect as long there is more than one user.
What comes to the another project - also the BBCode extension userscript seems to work quite flawlessly (in firefox or chrome) and few people actually have started using their sigs again. If you belong to this group, remember that there is limitations in forum rules you should follow.
forum rules wrote: Signature graphics are permitted, but must follow these guidelines: signature graphics that may only contain your character name, corporation logo, corporation or personal slogan or other text that is directly related to your in-game persona, or content directly related to Eve Online. All content must be in good taste.
Additional restrictions are as follows:
No more than one signature image may be used Maximum height: 120 pixels Maximum width: 400 pixels Maximum file size: 24,000 bytes (not Kbytes)
Even if you don't use the script, but still would like other people to see your signature image, tag it with img tags. Example: [img]https://forums.eveonline.com/themes/ccpEveOnline/gate_Logo.png[/img] Forum fix for firefox and chrome Get working images and colored text Classic forum style 2.25final |

Grey Stormshadow
Starwreck Industries
130
|
Posted - 2011.09.19 12:31:00 -
[21] - Quote
*shameless bump* Forum fix for firefox and chrome Get working images and colored text Classic forum style 2.25final |

Grey Stormshadow
Starwreck Industries
167
|
Posted - 2011.09.28 01:06:00 -
[22] - Quote
Zagdul wrote:CCP needs to hire you I rather stay unemployed and live in Finland than move to Iceland and get hanged by forum mob for being CCP alt .) Thanks for the kind words tho :] Forum fix for firefox and chrome Get working images and colored text Classic forum style 2.25final |

Grey Stormshadow
Starwreck Industries
352
|
Posted - 2011.10.30 15:15:00 -
[23] - Quote
Periodic bump to keep the thread open for editing.
|

Grey Stormshadow
Starwreck Industries
352
|
Posted - 2011.10.30 15:23:00 -
[24] - Quote
Nice to hear :)
|

Grey Stormshadow
Starwreck Industries
353
|
Posted - 2011.10.30 19:46:00 -
[25] - Quote
by default - yes.
Toyed little with the layout to make good use for the area under "forum jump"-menu with smaller window widths and in same time to make sure that people don't hit the "reply" button by accident while posting the quick reply...
You can shrink or expand it to your needs by editing the source if you want. The lines can be found under "/* Quick reply feature layout and colors */" section.
|

Grey Stormshadow
Starwreck Industries
355
|
Posted - 2011.10.30 21:13:00 -
[26] - Quote
nardaq wrote:I must say YESS finaly, from day one the new *uguh* forum *uguh* came i wanted this, any chance u can(or anyone can provice the code) make the space between the forum and topic. (about 51pix) They can almost be cut in half in height 
I think you refer to the height of channel name boxes.
I've been unable to shrink them further with table style, as CCP forum department has added extra linefeed to end of "topicLastPost" cell making that cell have 3 text lines.
Same goes with some title description boxes like "EVE Communication Center" or "EVE Information Center" which are taking 2 lines instead of one like in this pages "EVE Technology Lab"-title does. There is this nice row which I can't get rid of :/
Don't know any simple workaround except horrible greasemonkey override or CCP cleaning their code :)
If someone knows another workaround, let me know.
|

Grey Stormshadow
Starwreck Industries
397
|
Posted - 2011.11.23 21:44:00 -
[27] - Quote
Service release 1 is available
|

Grey Stormshadow
Starwreck Industries
419
|
Posted - 2011.11.25 09:29:00 -
[28] - Quote
Myxx wrote:Well done. One noticeable problem though. In windowed mode in chrome, quick reply frame is messed up and doesn't span the entire length of the forum, and is instead locked to one half of the forum with the actual quick reply post button in the default 'gray' area. That is actually intentional but feel free to expand / shrink it if you like.
|

Grey Stormshadow
Starwreck Industries
419
|
Posted - 2011.11.25 12:34:00 -
[29] - Quote
Dragonaire wrote:overflow hide maybe would work for those and set the height and something to hide the scroll bars if they try appearing.
Thanks... was able to fix the forum labels using this method.... Now included in latest code also.
|

Grey Stormshadow
Starwreck Industries
430
|
Posted - 2011.11.29 21:37:00 -
[30] - Quote
Yep just logged into forums and noticed the same... will fix this asap.
|

Grey Stormshadow
Starwreck Industries
430
|
Posted - 2011.11.29 22:33:00 -
[31] - Quote
Service release 2 is available
v2.25.2 Due to some server side changes width issues appeared to several pages. They have no been fixed. Optional quick reply layout with 'full width' has been added to the code. Some forum titles should no longer show extra empty line.
|

Grey Stormshadow
draketrain Confederation of xXPIZZAXx
935
|
Posted - 2012.02.18 12:52:00 -
[32] - Quote
keep alive bump
Get |

Grey Stormshadow
draketrain Confederation of xXPIZZAXx
959
|
Posted - 2012.02.28 08:58:00 -
[33] - Quote
Supported browser list updated in original post. Report weird behaviour in this thread if there is any...
Get |

Grey Stormshadow
draketrain Confederation of xXPIZZAXx
1104
|
Posted - 2012.04.26 23:21:00 -
[34] - Quote
Due to some server side changes some layout issues appeared. They have now been fixed.
Additionally optional quick reply layout with 'full width' has been changed to default and reply functions have received tiny facelift to match rest of the page better.
New version up in official download site (link in original post).
Get |
| |
|